added missing UploadStash exceptions to AutoLoader
authorIan Baker <raindrift@users.mediawiki.org>
Thu, 22 Dec 2011 00:11:38 +0000 (00:11 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Thu, 22 Dec 2011 00:11:38 +0000 (00:11 +0000)
includes/AutoLoader.php

index 245aa7e..3df3dc5 100644 (file)
@@ -880,7 +880,10 @@ $wgAutoloadLocalClasses = array(
        'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php',
        'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php',
        'UploadStashZeroLengthFileException' => 'includes/upload/UploadStash.php',
-
+       'UploadStashNotLoggedInException' => 'includes/upload/UploadStash.php',
+       'UploadStashWrongOwnerException' => 'includes/upload/UploadStash.php',
+       'UploadStashNoSuchKeyException' => 'includes/upload/UploadStash.php',
+       
        # languages
        'FakeConverter' => 'languages/Language.php',
        'Language' => 'languages/Language.php',